[Unit] Description=The PHP 8.0 FastCGI process manager After=network.target [Service] Type=simple LimitNOFILE=8192 PIDFile=/opt/php8.0/var/run/php-fpm.pid ExecStart=/opt/php8.0/sbin/php-fpm --daemonize --fpm-config /opt/php8.0/etc/php-fpm.conf --pid /opt/php8.0/var/run/php-fpm.pid ExecReload=/bin/kill -USR2 $MAINPID [Install] WantedBy=multi-user.target